home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue38 / Clinic / NoClose2Form.dfm / NoClose2Form.txt
Text File  |  1998-07-06  |  585b  |  29 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 211
  4.   Width = 369
  5.   Height = 99
  6.   Font.Color = clWindowText
  7.   Font.Height = -11
  8.   Font.Name = 'MS Sans Serif'
  9.   Font.Style = []
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Label1: TLabel
  13.     Left = 0
  14.     Top = 0
  15.     Width = 361
  16.     Height = 72
  17.     Alignment = taCenter
  18.     Caption = 
  19.       'This application should be able to stop Windows closing down, us' +
  20.       'ing wm_QueryEndSession'
  21.     Font.Color = clWindowText
  22.     Font.Height = -21
  23.     Font.Name = 'Arial'
  24.     Font.Style = []
  25.     ParentFont = False
  26.     WordWrap = True
  27.   end
  28. end
  29.